Menu Top
Classwise Concept with Examples
6th 7th 8th 9th 10th 11th 12th

Class 11th Chapters
1. Sets 2. Relations and Functions 3. Trigonometric Functions
4. Principle of Mathematical Induction 5. Complex Numbers and Quadratic Equations 6. Linear Inequalities
7. Permutations and Combinations 8. Binomial Theorem 9. Sequences and Series
10. Straight Lines 11. Conic Sections 12. Introduction to Three Dimensional Geometry
13. Limits and Derivatives 14. Mathematical Reasoning 15. Statistics
16. Probability

Content On This Page
Development of Binomial Theorem Binomial Theorem for Positive Integral Index General and Middle Terms


Chapter 8 Binomial Theorem (Concepts)

This chapter introduces a powerful algebraic tool known as the Binomial Theorem, providing a systematic and efficient formula for expanding binomial expressions raised to any positive integer power. Recall that expanding expressions like $(a+b)^2$ or $(a+b)^3$ is manageable through direct multiplication ($a^2+2ab+b^2$ and $a^3+3a^2b+3ab^2+b^3$, respectively). However, attempting to expand $(a+b)^n$ for larger integer values of $n$, say $(a+b)^7$ or $(a+b)^{10}$, using repeated multiplication becomes exceedingly tedious and prone to errors. The Binomial Theorem offers an elegant and direct formula to achieve this expansion systematically for any positive integer $n$.

The theorem states that the expansion of $(a+b)^n$ is given by a sum of terms, where each term involves powers of $a$ and $b$ multiplied by specific coefficients. The formula is: $$ (a + b)^n = {^{n}C_{0}} a^n b^0 + {^{n}C_{1}} a^{n-1} b^1 + {^{n}C_{2}} a^{n-2} b^2 + \ $$ $$ \dots + {^{n}C_{r}} a^{n-r} b^r + \dots + {^{n}C_{n}} a^0 b^n $$ Using concise summation notation, this can be written as: $$ \mathbf{(a + b)^n = \sum\limits_{r=0}^{n} {^{n}C_{r}} a^{n-r} b^r} $$ The coefficients $\mathbf{{^{n}C_{r}}}$ (read as "n choose r") are known as the Binomial Coefficients. These are precisely the same values encountered in combinatorics when calculating combinations, given by the formula: $$ \mathbf{{^{n}C_{r}} = \binom{n}{r} = \frac{n!}{r!(n - r)!}} $$ where $n!$ denotes the factorial of $n$.

Several key patterns and observations emerge from this expansion, which are crucial for understanding and application:

A visually appealing way to generate binomial coefficients for smaller values of $n$ is Pascal's Triangle. This triangular array starts with 1 at the top. Each subsequent row starts and ends with 1, and every other entry is obtained by summing the two entries directly above it in the preceding row. The $(n+1)^{th}$ row of Pascal's Triangle provides the coefficients ${^nC_0, ^nC_1, \dots, ^nC_n}$ for the expansion of $(a+b)^n$.

Beyond the full expansion, several important applications arise:

The Binomial Theorem is thus a fundamental tool for algebraic expansion and analysis.



Development of Binomial Theorem

The Binomial Theorem is a fundamental theorem of algebra that describes the algebraic expansion of powers of a binomial. A binomial is simply a polynomial with two terms, for example, $(a+b)$. The theorem provides a formula that eliminates the need for tedious, repetitive multiplication when expanding expressions like $(a+b)^n$, especially for large values of the exponent $n$.

To understand how this theorem was developed, we can start by examining the expansions for small, non-negative integer values of $n$ and look for emerging patterns.


Expansions for Small Positive Integral Indices

Let's manually expand the binomial $(a+b)$ for the first few powers.

For index $n=0$:

$(a+b)^0 = 1$

(Assuming $a+b \neq 0$)

For index $n=1$:

$(a+b)^1 = a + b$

For index $n=2$:

$(a+b)^2 = (a+b)(a+b) = a^2 + ab + ba + b^2$

$= a^2 + 2ab + b^2$

For index $n=3$:

$(a+b)^3 = (a+b)^2(a+b) = (a^2 + 2ab + b^2)(a+b)$

$= a(a^2 + 2ab + b^2) + b(a^2 + 2ab + b^2)$

$= a^3 + 2a^2b + ab^2 + a^2b + 2ab^2 + b^3$

$= a^3 + 3a^2b + 3ab^2 + b^3$

For index $n=4$:

$(a+b)^4 = (a+b)^3(a+b) = (a^3 + 3a^2b + 3ab^2 + b^3)(a+b)$

$= a(a^3 + 3a^2b + 3ab^2 + b^3) + b(a^3 + 3a^2b + 3ab^2 + b^3)$

$= a^4 + 3a^3b + 3a^2b^2 + ab^3 + a^3b + 3a^2b^2 + 3ab^3 + b^4$

$= a^4 + 4a^3b + 6a^2b^2 + 4ab^3 + b^4$


Identifying Patterns

By carefully analyzing the expansions above, we can identify several key patterns:

  1. Number of Terms: The total number of terms in the expansion of $(a+b)^n$ is always $n+1$.

    For example, in $(a+b)^3$, $n=3$, and there are $3+1=4$ terms.

  2. Powers of the First Term (a): The powers of the first term, $a$, start at $n$ and decrease by 1 in each successive term, down to 0 in the last term.

    For $(a+b)^4$, the powers of $a$ are $a^4, a^3, a^2, a^1, a^0$ (where $a^0=1$).

  3. Powers of the Second Term (b): The powers of the second term, $b$, start at 0 and increase by 1 in each successive term, up to $n$ in the last term.

    For $(a+b)^4$, the powers of $b$ are $b^0, b^1, b^2, b^3, b^4$ (where $b^0=1$).

  4. Sum of Powers: In every term of the expansion, the sum of the powers of $a$ and $b$ is equal to the index $n$.

    For $(a+b)^4$, consider the term $6a^2b^2$. The sum of the powers is $2+2=4$, which is the index $n$. For the term $4a^3b^1$, the sum is $3+1=4$.

  5. Coefficients: The coefficients of the terms (the numerical parts) follow a symmetric and predictable pattern. Let's list them out:
    Index (n) Coefficients in the expansion of $(a+b)^n$
    0 1
    1 1,   1
    2 1,   2,   1
    3 1,   3,   3,   1
    4 1,   4,   6,   4,   1

This triangular arrangement of coefficients is known as Pascal's Triangle.


The Connection to Combinatorics

The patterns observed in the coefficients lead to a powerful mathematical tool known as Pascal's Triangle, which is directly linked to the concept of combinations, or binomial coefficients.

Pascal's Triangle

Pascal's Triangle is a triangular array of numbers that provides the coefficients for binomial expansions. Each row corresponds to the expansion of $(a+b)^n$ for a given $n$.

Construction Rules:

A visual representation of Pascal's Triangle. Row n has coefficients for (a+b)^n. Each entry is the sum of the two entries above it. For example, in row n=4, the entry 6 is the sum of 3 and 3 from row n=3.

Binomial Coefficients

The numbers we see in Pascal's Triangle are so important that they have a formal name: Binomial Coefficients. A binomial coefficient tells you the number of ways you can choose a certain number of items from a larger group, where the order of selection doesn't matter. This concept is a cornerstone of combinatorics.

Notation and Meaning

The binomial coefficient is denoted in two common ways:

Both are read as "n choose r" and represent the number of ways to choose $r$ objects from a set of $n$ distinct objects.

The Formula

The value of a binomial coefficient is calculated using the combination formula, which involves factorials:

${}^{n}C_{r} = \binom{n}{r} = \frac{n!}{r!(n-r)!}$

Let's break down the formula's components:

Connection to Binomial Expansion

The most important connection for the Binomial Theorem is this: The coefficients in the expansion of $(a+b)^n$ are given precisely by the sequence of binomial coefficients:

${}^{n}C_{0}, {}^{n}C_{1}, {}^{n}C_{2}, \dots, {}^{n}C_{n-1}, {}^{n}C_{n}$

Pascal's Triangle where each entry is represented by its binomial coefficient notation, such as the row for n=3 being nCr(3,0), nCr(3,1), nCr(3,2), nCr(3,3).

Verification for n=4

Let's verify this powerful connection for the expansion of $(a+b)^4$. From Pascal's triangle, we know the coefficients are 1, 4, 6, 4, 1. Let's see if the combination formula gives us the same values.

1. First coefficient (${}^{4}C_{0}$):

This corresponds to choosing 0 items from a set of 4.

${}^{4}C_{0} = \frac{4!}{0!(4-0)!} = \frac{4!}{1 \cdot 4!} = \frac{\cancel{4!}}{\cancel{4!}} = 1$

2. Second coefficient (${}^{4}C_{1}$):

This corresponds to choosing 1 item from a set of 4.

${}^{4}C_{1} = \frac{4!}{1!(4-1)!} = \frac{4!}{1 \cdot 3!} = \frac{4 \times \cancel{3!}}{\cancel{3!}} = 4$

3. Third coefficient (${}^{4}C_{2}$):

This corresponds to choosing 2 items from a set of 4.

${}^{4}C_{2} = \frac{4!}{2!(4-2)!} = \frac{4!}{2! \cdot 2!} = \frac{4 \times 3 \times \cancel{2!}}{2 \times 1 \times \cancel{2!}} = \frac{12}{2} = 6$

4. Fourth coefficient (${}^{4}C_{3}$):

This corresponds to choosing 3 items from a set of 4.

${}^{4}C_{3} = \frac{4!}{3!(4-3)!} = \frac{4!}{3! \cdot 1!} = \frac{4 \times \cancel{3!}}{\cancel{3!} \cdot 1} = 4$

5. Fifth coefficient (${}^{4}C_{4}$):

This corresponds to choosing 4 items from a set of 4.

${}^{4}C_{4} = \frac{4!}{4!(4-4)!} = \frac{4!}{4! \cdot 0!} = \frac{\cancel{4!}}{\cancel{4!} \cdot 1} = 1$

The sequence of coefficients we calculated is 1, 4, 6, 4, 1. This perfectly matches the fourth row of Pascal's Triangle and the coefficients we found from manually expanding $(a+b)^4$. This confirms the direct relationship that forms the basis of the Binomial Theorem.


The Binomial Expression (The Binomial Theorem)

This direct link between the binomial coefficients and the expansion of $(a+b)^n$ allows us to write a single, powerful formula for the entire expansion. This formula is known as the Binomial Theorem.

For any non-negative integer $n$, the expansion of $(a+b)^n$ is given by:

$(a+b)^n = {}^{n}C_{0}a^n b^0 + {}^{n}C_{1}a^{n-1}b^1 + {}^{n}C_{2}a^{n-2}b^2 + \dots + {}^{n}C_{r}a^{n-r}b^r + \dots + {}^{n}C_{n}a^0 b^n$

Using the more compact summation notation ($\Sigma$), this can be written as:

$(a+b)^n = \sum\limits_{r=0}^{n} {}^{n}C_{r} a^{n-r} b^r$

Applying this formula to our $n=4$ example:

$(a+b)^4 = {}^{4}C_{0}a^4b^0 + {}^{4}C_{1}a^3b^1 + {}^{4}C_{2}a^2b^2 + {}^{4}C_{3}a^1b^3 + {}^{4}C_{4}a^0b^4$

Substituting the coefficient values we calculated (1, 4, 6, 4, 1):

$(a+b)^4 = 1a^4 + 4a^3b + 6a^2b^2 + 4ab^3 + 1b^4$

This confirms that the formula perfectly generates the full expansion.



Binomial Theorem for Positive Integral Index

The patterns observed in the expansions of $(a+b)^n$ for small positive integer values of $n$, specifically the relationship between the coefficients and binomial coefficients, lead to the formal statement of the Binomial Theorem for a positive integral index.


Statement of the Binomial Theorem

For any positive integer $n$, the expansion of the binomial $(a+b)$ raised to the power of $n$ is given by the following formula:

$(a+b)^n = {^{n}C_{0}} a^n b^0 + {^{n}C_{1}} a^{n-1} b^1 + {^{n}C_{2}} a^{n-2} b^2 + \dots + {^{n}C_{n-1}} a^1 b^{n-1} + {^{n}C_{n}} a^0 b^n$

... (i)

Using summation notation ($\sum\limits$), which provides a compact way to represent the sum of a series of terms, the Binomial Theorem can be written more concisely:

$(a+b)^n = \sum\limits_{r=0}^{n} {^{n}C_{r}} a^{n-r} b^r$

... (ii)

Here:


Proofs of the Binomial Theorem

The theorem can be proven in several ways. The two most common methods are by mathematical induction and by a combinatorial argument.

Proof by Mathematical Induction

We will prove the statement $P(n): (a+b)^n = \sum\limits_{r=0}^{n} {^{n}C_{r}} a^{n-r} b^r$ for all positive integers $n$.

Step 1: Base Case

We need to show the statement is true for the smallest positive integer, $n=1$.

L.H.S. = $(a+b)^1 = a+b$.

R.H.S. = $\sum\limits_{r=0}^{1} {^{1}C_{r}} a^{1-r} b^r = {^{1}C_{0}}a^{1-0}b^0 + {^{1}C_{1}}a^{1-1}b^1 = (1)a^1(1) + (1)a^0b^1 = a+b$.

Since L.H.S. = R.H.S., the statement $P(1)$ is true.

Step 2: Inductive Hypothesis

Let's assume that the statement is true for some positive integer $k$. That is, we assume $P(k)$ is true.

$(a+b)^k = \sum\limits_{r=0}^{k} {^{k}C_{r}} a^{k-r} b^r$

... (iii)

Step 3: Inductive Step

We now need to prove that the statement is also true for $n=k+1$. That is, we need to prove that:

$(a+b)^{k+1} = \sum\limits_{r=0}^{k+1} {^{k+1}C_{r}} a^{k+1-r} b^r$

Starting with the L.H.S.:

$(a+b)^{k+1} = (a+b)(a+b)^k$

Using the inductive hypothesis (iii), we substitute the expression for $(a+b)^k$:

$= (a+b) \left[ \sum\limits_{r=0}^{k} {^{k}C_{r}} a^{k-r} b^r \right]$

Distributing $(a+b)$ over the summation:

$= a \left[ \sum\limits_{r=0}^{k} {^{k}C_{r}} a^{k-r} b^r \right] + b \left[ \sum\limits_{r=0}^{k} {^{k}C_{r}} a^{k-r} b^r \right]$

$= \sum\limits_{r=0}^{k} {^{k}C_{r}} a^{k-r+1} b^r + \sum\limits_{r=0}^{k} {^{k}C_{r}} a^{k-r} b^{r+1}$

Let's expand both summations to observe the terms:

First summation: ${^{k}C_{0}}a^{k+1}b^0 + {^{k}C_{1}}a^{k}b^1 + {^{k}C_{2}}a^{k-1}b^2 + \dots + {^{k}C_{k}}a^{1}b^k$

Second summation: ${^{k}C_{0}}a^{k}b^1 + {^{k}C_{1}}a^{k-1}b^2 + \dots + {^{k}C_{k-1}}a^{1}b^k + {^{k}C_{k}}a^{0}b^{k+1}$

Now, we group like terms (terms with the same powers of $a$ and $b$):

$= {^{k}C_{0}}a^{k+1}b^0 + ({^{k}C_{1}} + {^{k}C_{0}})a^kb^1 + ({^{k}C_{2}} + {^{k}C_{1}})a^{k-1}b^2 + \dots + ({^{k}C_{k}} + {^{k}C_{k-1}})a^1b^k + {^{k}C_{k}}a^0b^{k+1}$

We use Pascal's Identity, which states ${^{n}C_{r}} + {^{n}C_{r-1}} = {^{n+1}C_{r}}$. Applying this to our coefficients:

(${^{k}C_{1}} + {^{k}C_{0}}) = {^{k+1}C_{1}}$

(${^{k}C_{2}} + {^{k}C_{1}}) = {^{k+1}C_{2}}$, and so on.

Also, we know that ${^{k}C_{0}} = 1 = {^{k+1}C_{0}}$ and ${^{k}C_{k}} = 1 = {^{k+1}C_{k+1}}$.

Substituting these back into the expression:

$= {^{k+1}C_{0}}a^{k+1}b^0 + {^{k+1}C_{1}}a^kb^1 + {^{k+1}C_{2}}a^{k-1}b^2 + \dots + {^{k+1}C_{k}}a^1b^k + {^{k+1}C_{k+1}}a^0b^{k+1}$

This is precisely the binomial expansion for $(a+b)^{k+1}$, which can be written in summation notation as:

$= \sum\limits_{r=0}^{k+1} {^{k+1}C_{r}} a^{k+1-r} b^r$

This is equal to the R.H.S. we wanted to prove. Thus, $P(k+1)$ is true whenever $P(k)$ is true.

By the principle of mathematical induction, the theorem is true for all positive integers $n$.

Combinatorial Proof

Consider the expansion of the product:

$(a+b)^n = \underbrace{(a+b)(a+b)\dots(a+b)}_{n \text{ factors}}$

Each term in the final expansion is formed by choosing either '$a$' or '$b$' from each of the $n$ factors and multiplying them together. A general term will be of the form $k \cdot a^{n-r}b^r$, where the sum of the powers $(n-r)+r=n$. The coefficient $k$ represents the number of ways this specific term can be formed.

To get the term $a^{n-r}b^r$, we must choose '$b$' from exactly $r$ of the $n$ available factors. The remaining $(n-r)$ factors will automatically contribute an '$a$'.

The problem thus reduces to finding the number of ways to choose $r$ factors (from which we pick '$b$') out of a total of $n$ factors. This is a classic combination problem, and the number of ways is given by ${^{n}C_{r}}$.

Therefore, the coefficient of the term $a^{n-r}b^r$ is ${^{n}C_{r}}$.

Since $r$ (the number of times '$b$' is chosen) can range from 0 to $n$, the complete expansion is the sum of all such possible terms:

$(a+b)^n = \sum\limits_{r=0}^{n} {^{n}C_{r}} a^{n-r} b^r$

[Hence Proved]


Key Properties of the Binomial Expansion $(a+b)^n$

Based on the Binomial Theorem formula, we can list several important properties of the expansion of $(a+b)^n$ for a positive integer $n$:

  1. Number of Terms: The summation index $r$ goes from 0 to $n$, giving $n-0+1 = n+1$ values. Therefore, the expansion of $(a+b)^n$ contains exactly $n+1$ terms.
  2. Sum of Exponents: In every term of the expansion, ${^{n}C_{r}} a^{n-r} b^r$, the sum of the exponents of $a$ and $b$ is $(n-r) + r = n$. This is consistent throughout the expansion.
  3. Symmetry of Coefficients: The binomial coefficients ${^{n}C_{r}}$ have the property ${^{n}C_{r}} = {^{n}C_{n-r}}$. This means the coefficients of terms that are equidistant from the beginning and the end of the expansion are equal.
    • Coefficient of 1st term (${^{n}C_{0}}$) = Coefficient of last term (${^{n}C_{n}}$) = 1.
    • Coefficient of 2nd term (${^{n}C_{1}}$) = Coefficient of 2nd last term (${^{n}C_{n-1}}$) = n.
  4. Sum of Coefficients: To find the sum of all coefficients in the expansion, we set $a=1$ and $b=1$ in the Binomial Theorem:

    $(1+1)^n = \sum\limits_{r=0}^{n} {^{n}C_{r}} (1)^{n-r} (1)^r$

    $(2)^n = \sum\limits_{r=0}^{n} {^{n}C_{r}}$

    $\sum\limits_{r=0}^{n} {^{n}C_{r}} = {^{n}C_{0}} + {^{n}C_{1}} + \dots + {^{n}C_{n}} = 2^n$

    The sum of the binomial coefficients for a given $n$ is equal to $2^n$.

  5. Expansion of $(a-b)^n$: This can be obtained by substituting $-b$ for $b$ in the standard formula.

    $(a-b)^n = \sum\limits_{r=0}^{n} {^{n}C_{r}} a^{n-r} (-b)^r = \sum\limits_{r=0}^{n} (-1)^r {^{n}C_{r}} a^{n-r} b^r$

    ... (iv)

    The term $(-1)^r$ causes the signs of the terms to alternate. The expansion is:

${^{n}C_{0}} a^n - {^{n}C_{1}} a^{n-1} b + {^{n}C_{2}} a^{n-2} b^2 - {^{n}C_{3}} a^{n-3} b^3 + \dots + (-1)^n {^{n}C_{n}} b^n$.


Example 1. Expand $(x+2y)^5$ using the Binomial Theorem.

Answer:

We need to expand the expression $(x+2y)^5$.

Comparing this with $(a+b)^n$, we have $a=x$, $b=2y$, and $n=5$.

Using the Binomial Theorem formula: $(a+b)^n = \sum\limits_{r=0}^{n} {^{n}C_{r}} a^{n-r} b^r$

$(x+2y)^5 = \sum\limits_{r=0}^{5} {^{5}C_{r}} x^{5-r} (2y)^r$

Expanding the summation for $r = 0, 1, 2, 3, 4, 5$:

$(x+2y)^5$

$= {^{5}C_{0}}x^{5-0}(2y)^0 + \ $$ {^{5}C_{1}}x^{5-1}(2y)^1 + \ $$ {^{5}C_{2}}x^{5-2}(2y)^2 + \ $$ {^{5}C_{3}}x^{5-3}(2y)^3 + \ $$ {^{5}C_{4}}x^{5-4}(2y)^4 + \ $$ {^{5}C_{5}}x^{5-5}(2y)^5$

Now, we calculate the coefficients: ${^{5}C_{0}}=1, {^{5}C_{1}}=5, \ $$ {^{5}C_{2}}=10, {^{5}C_{3}}=10, \ $$ {^{5}C_{4}}=5, {^{5}C_{5}}=1$.

Substituting these values and simplifying each term:

$= (1)x^5(1) + (5)x^4(2y) + (10)x^3(4y^2) + (10)x^2(8y^3) + (5)x^1(16y^4) + (1)x^0(32y^5)$

$= x^5 + 10x^4y + 40x^3y^2 + 80x^2y^3 + 80xy^4 + 32y^5$

Thus, the expansion is $x^5 + 10x^4y + 40x^3y^2 + 80x^2y^3 + 80xy^4 + 32y^5$.


Example 2. Expand $(1-3x)^4$ using the Binomial Theorem.

Answer:

We need to expand the expression $(1-3x)^4$.

Comparing this with $(a-b)^n$, we have $a=1$, $b=3x$, and $n=4$.

Using the Binomial Theorem for $(a-b)^n$ with alternating signs:

$(a-b)^n$

$= {^{n}C_{0}}a^n - {^{n}C_{1}}a^{n-1}b^1 + {^{n}C_{2}}a^{n-2}b^2 - {^{n}C_{3}}a^{n-3}b^3 + \dots + (-1)^n{^{n}C_{n}}b^n$

Substituting the values of $a, b,$ and $n$:

$(1-3x)^4$

$= {^{4}C_{0}}(1)^4 - {^{4}C_{1}}(1)^3(3x)^1 + {^{4}C_{2}}(1)^2(3x)^2 - {^{4}C_{3}}(1)^1(3x)^3 + {^{4}C_{4}}(1)^0(3x)^4$

Now, we calculate the coefficients: ${^{4}C_{0}}=1, {^{4}C_{1}}=4, \ $$ {^{4}C_{2}}=6, {^{4}C_{3}}=4, \ $$ {^{4}C_{4}}=1$.

Substituting these values and simplifying each term:

$= (1)(1) - (4)(1)(3x) + (6)(1)(9x^2) - (4)(1)(27x^3) + (1)(1)(81x^4)$

$= 1 - 12x + 54x^2 - 108x^3 + 81x^4$

Thus, the expansion is $1 - 12x + 54x^2 - 108x^3 + 81x^4$.



General and Middle Terms

While the Binomial Theorem provides the entire expansion of $(a+b)^n$, this can be cumbersome if we only need one specific term, especially for a large index $n$. The General Term is a powerful formula that acts as a blueprint for any term in the expansion, allowing us to calculate it directly without finding any other terms.

Understanding the Notation: $T_{r+1}$

The binomial expansion is a sum that starts with an index $r=0$. Let's look at the sequence of terms:

Notice that the term number is always one more than the value of $r$. This relationship is why we denote the general term as $T_{r+1}$. This convention ensures that the subscript of the term matches the summation index $r$. So, the $(r+1)^{th}$ term corresponds to the index $r$ in the binomial coefficient ${^{n}C_{r}}$.

To find a specific term, say the $k^{th}$ term, you must first find the corresponding value of $r$ by solving the equation $r+1 = k$, which gives $r = k-1$.

The Formula and its Components

The formula for the General Term in the expansion of $(a+b)^n$ is:

$T_{r+1} = {^{n}C_{r}} a^{n-r} b^r$

... (i)

Let's break down each component:

General Term for $(a-b)^n$

To find the general term for $(a-b)^n$, we can cleverly rewrite it as $(a + (-b))^n$. Now, we apply the standard general term formula, treating '$a$' as the first term and '$-b$' as the second term.

$T_{r+1} = {^{n}C_{r}} (a)^{n-r} (-b)^r$

Using the property of exponents, $(-b)^r = (-1)^r b^r$. This gives us the formula:

$T_{r+1} = (-1)^r {^{n}C_{r}} a^{n-r} b^r$

The factor $(-1)^r$ generates the alternating signs in the expansion. If $r$ is even, the term is positive. If $r$ is odd, the term is negative.


Example 1. Find the 7th term in the expansion of $(2x - \frac{y}{3})^{11}$.

Answer:

In the expansion of $(2x - \frac{y}{3})^{11}$, we have $a = 2x$, $b = \frac{y}{3}$, and $n=11$.

We need to find the 7th term ($T_7$). This corresponds to $r+1=7$, so $r=6$.

Using the general term formula for $(a-b)^n$, $T_{r+1} = (-1)^r {^{n}C_{r}} a^{n-r} b^r$:

$T_7 = T_{6+1} = (-1)^6 {^{11}C_{6}} (2x)^{11-6} \left(\frac{y}{3}\right)^6$

Now, we calculate each part:

  • $(-1)^6 = 1$.
  • ${^{11}C_{6}} = {^{11}C_{11-6}} = {^{11}C_{5}} \ $$ = \frac{11 \times 10 \times 9 \times 8 \times 7}{5 \times 4 \times 3 \times 2 \times 1} = 11 \times 2 \times 3 \times 7 = 462$.
  • $(2x)^{5} = 2^5 x^5 = 32x^5$.
  • $\left(\frac{y}{3}\right)^6 = \frac{y^6}{3^6} = \frac{y^6}{729}$.

Combining these parts:

$T_7 = (1) \cdot (462) \cdot (32x^5) \cdot \left(\frac{y^6}{729}\right)$

$T_7 = \frac{462 \times 32}{729} x^5 y^6$

Simplifying the coefficient by dividing the numerator and denominator by their common factor of 3:

$T_7 = \frac{154 \times 32}{243} x^5 y^6 = \frac{4928}{243} x^5 y^6$

The 7th term is $\frac{4928}{243} x^5 y^6$.


Term Independent of a Variable

A term independent of a variable (also called the constant term) is a term where the net power of the variable is zero. To find it, we use the general term formula, simplify the variable's exponent in terms of $r$, and then solve for the value of $r$ that makes this exponent zero.

Example 2. Find the term independent of $x$ in the expansion of $(x^3 + \frac{1}{x^2})^{10}$.

Answer:

Here, $a = x^3$, $b = \frac{1}{x^2} = x^{-2}$, and $n=10$.

The general term is:

$T_{r+1} = {^{10}C_{r}} (x^3)^{10-r} (x^{-2})^r$

Simplify the powers of $x$:

$T_{r+1} = {^{10}C_{r}} x^{3(10-r)} x^{-2r} = {^{10}C_{r}} x^{30-3r-2r} = {^{10}C_{r}} x^{30-5r}$

For the term to be independent of $x$, the exponent of $x$ must be 0.

$30 - 5r = 0 \implies 5r = 30 \implies r = 6$

Since $r=6$ is a valid non-negative integer, the independent term exists and is the $T_{6+1}=T_7$.

Substitute $r=6$ back into the general term:

$T_7 = {^{10}C_{6}} x^{30-5(6)} = {^{10}C_{6}} x^0 = {^{10}C_{6}}$

Now, calculate the coefficient:

${^{10}C_{6}} = {^{10}C_{4}} = \frac{10 \times 9 \times 8 \times 7}{4 \times 3 \times 2 \times 1} = 10 \times 3 \times 7 = 210$

The term independent of $x$ is 210.


The Middle Term(s)

In a binomial expansion, the middle term (or terms) are those located at the very center of the sequence of terms. The number of such terms depends on the total count of terms in the expansion, which is always $n+1$. This total count is either odd or even, depending on whether the index $n$ is even or odd.

Case 1: When the Index $n$ is Even

If the index $n$ is an even integer, the total number of terms in the expansion is $n+1$, which will be an odd number. An ordered set with an odd number of elements has exactly one element in the middle.

For example, if $n=4$, there are $4+1=5$ terms. The middle term is clearly the 3rd one.

Finding the Position: The position of this single middle term is given by the formula $\left(\frac{n+1+1}{2}\right) = \left(\frac{n+2}{2}\right) = \left(\frac{n}{2} + 1\right)^{th}$.

Finding the Term: To find this term using the general formula $T_{r+1}$, we set the term number equal to the position:

$r+1 = \frac{n}{2} + 1$

This gives us $r = \frac{n}{2}$. Substituting this value of $r$ into the general term formula $T_{r+1} = {^{n}C_{r}} a^{n-r} b^r$ yields the middle term:

Middle Term = $T_{\frac{n}{2}+1} = {^{n}C_{\frac{n}{2}}} a^{n-\frac{n}{2}} b^{\frac{n}{2}} = {^{n}C_{\frac{n}{2}}} a^{\frac{n}{2}} b^{\frac{n}{2}}$

... (ii)

Case 2: When the Index $n$ is Odd

If the index $n$ is an odd integer, the total number of terms in the expansion is $n+1$, which will be an even number. An ordered set with an even number of elements has two middle elements.

For example, if $n=5$, there are $5+1=6$ terms. The middle terms are the 3rd and 4th terms.

Finding the Positions: The positions of the two middle terms are given by $\left(\frac{n+1}{2}\right)^{th}$ and the next one, $\left(\frac{n+1}{2} + 1\right)^{th}$.

Finding the First Middle Term:

The position is $\left(\frac{n+1}{2}\right)^{th}$. To find this term, we set $r+1 = \frac{n+1}{2}$, which gives $r = \frac{n+1}{2} - 1 = \frac{n-1}{2}$. Substituting this $r$ into the general formula gives:

$T_{\frac{n+1}{2}} = {^{n}C_{\frac{n-1}{2}}} a^{n - \frac{n-1}{2}} b^{\frac{n-1}{2}} = {^{n}C_{\frac{n-1}{2}}} a^{\frac{n+1}{2}} b^{\frac{n-1}{2}}$

Finding the Second Middle Term:

The position is $\left(\frac{n+1}{2} + 1\right)^{th} = \left(\frac{n+3}{2}\right)^{th}$. To find this term, we set $r+1 = \frac{n+3}{2}$, which gives $r = \frac{n+3}{2} - 1 = \frac{n+1}{2}$. Substituting this $r$ into the general formula gives:

$T_{\frac{n+3}{2}} = {^{n}C_{\frac{n+1}{2}}} a^{n - \frac{n+1}{2}} b^{\frac{n+1}{2}} = {^{n}C_{\frac{n+1}{2}}} a^{\frac{n-1}{2}} b^{\frac{n+1}{2}}$

Therefore, when $n$ is odd, the two middle terms are $T_{\frac{n+1}{2}}$ and $T_{\frac{n+3}{2}}$.


Example 3. Find the middle term in the expansion of $(2x^2 + \frac{1}{x})^{12}$.

Answer:

Here, $a = 2x^2$, $b = \frac{1}{x}$, and $n=12$.

Since $n=12$ is even, there is only one middle term.

Position of middle term = $\left(\frac{12}{2} + 1\right) = 7^{th}$ term.

To find $T_7$, we use $r+1=7$, so $r=6$.

$T_7 = {^{12}C_{6}} (2x^2)^{12-6} \left(\frac{1}{x}\right)^6$

Calculate each part:

  • ${^{12}C_{6}} = \frac{12 \times 11 \times 10 \times 9 \times 8 \times 7}{6 \times 5 \times 4 \times 3 \times 2 \times 1} = 924$.
  • $(2x^2)^6 = 2^6 (x^2)^6 = 64x^{12}$.
  • $\left(\frac{1}{x}\right)^6 = \frac{1}{x^6} = x^{-6}$.

Combine the parts:

$T_7 = 924 \cdot (64x^{12}) \cdot (x^{-6})$

$T_7 = (924 \times 64) x^{12-6} = 59136x^6$

The middle term is $59136x^6$.


Example 4. Find the middle terms in the expansion of $(\frac{a}{3} + 3b)^9$.

Answer:

Here, let the terms be $A = \frac{a}{3}$ and $B = 3b$, with index $n=9$.

Since $n=9$ is odd, there are two middle terms.

Position 1 = $\left(\frac{9+1}{2}\right) = 5^{th}$ term.

Position 2 = $\left(\frac{9+1}{2} + 1\right) = 6^{th}$ term.

First Middle Term ($T_5$):

For $T_5$, we have $r+1=5$, so $r=4$.

$T_5 = {^{9}C_{4}} \left(\frac{a}{3}\right)^{9-4} (3b)^4 = {^{9}C_{4}} \left(\frac{a}{3}\right)^5 (3b)^4$

We calculate ${^{9}C_{4}} = \frac{9 \times 8 \times 7 \times 6}{4 \times 3 \times 2 \times 1} = 126$.

$T_5 = 126 \cdot \frac{a^5}{3^5} \cdot 3^4 b^4 = 126 \cdot \frac{a^5}{243} \cdot 81 b^4$

$T_5 = \frac{126 \times 81}{243} a^5 b^4 = \frac{126}{3} a^5 b^4 = 42a^5b^4$

Second Middle Term ($T_6$):

For $T_6$, we have $r+1=6$, so $r=5$.

$T_6 = {^{9}C_{5}} \left(\frac{a}{3}\right)^{9-5} (3b)^5 = {^{9}C_{5}} \left(\frac{a}{3}\right)^4 (3b)^5$

We calculate ${^{9}C_{5}} = {^{9}C_{4}} = 126$.

$T_6 = 126 \cdot \frac{a^4}{3^4} \cdot 3^5 b^5 = 126 \cdot \frac{a^4}{81} \cdot 243 b^5$

$T_6 = \frac{126 \times 243}{81} a^4 b^5 = 126 \times 3 a^4 b^5 = 378a^4b^5$

The middle terms are $42a^5b^4$ and $378a^4b^5$.